toggle menu
ktor
3.0.0-rc-1
3.0.0
3.0.0-rc-1
3.0.0-beta-2
3.0.0-beta-1
2.3.12
2.2.4
2.0.3
1.6.8
js
switch theme
search in API
ktor-client-core
/
io.ktor.client.fetch
/
[js]Body
Body
js
external
interface
Body
Inheritors
Request
Response
Members
Properties
body
Link copied to clipboard
js
open
var
body
:
ReadableStream
<
Uint8Array
>
?
body
Used
Link copied to clipboard
js
abstract
var
bodyUsed
:
Boolean
Functions
array
Buffer
Link copied to clipboard
js
abstract
fun
arrayBuffer
(
)
:
Promise
<
ArrayBuffer
>
blob
Link copied to clipboard
js
abstract
fun
blob
(
)
:
Promise
<
Blob
>
form
Data
Link copied to clipboard
js
abstract
fun
formData
(
)
:
Promise
<
FormData
>
json
Link copied to clipboard
js
abstract
fun
json
(
)
:
Promise
<
Any
>
text
Link copied to clipboard
js
abstract
fun
text
(
)
:
Promise
<
String
>